.. This file was automatically converted from MediaWiki syntax. If some markup is wrong, looks weird or doesn't make sense, feel free to fix it. Please remove this comment once this file was manually checked and no "strange ReST" artifacts remain. .. _how-to-compile-a-cxx-panda3d-program: How to compile a CXX Panda3D program ==================================== .. only:: python This page is related to C++ usage of Panda3D and not to Python usage. If you are a Python user, please skip this page. For C++ users, please toggle to the C++ version of this page. .. only:: cxx This short guide explains how to compile and run a Panda3D game written in C++. If you use Python for your Panda3D programs, you can skip this section. On UNIX, it is a very good possibility that you can compile using the g++ compiler. The following page describes how to do that: - :ref:`Linux version ` On Windows, compiling using g++ will not work. It is however possible to compile your Panda3D project using the MSVC (Microsoft Visual Studio 2008 C++) compiler. The following page describes how to do that: - :ref:`MSVC version ` Some have also managed to build Panda3D under OSX. This is the related forum thread: - :ref:`http://www.panda3d.org/phpbb2/viewtopic.php?t=1193`